regexp/syntax.parser.calcHeight (method)

3 uses

	regexp/syntax (current package)
		parse.go#L268: 	if p.calcHeight(re, true) > maxHeight {
		parse.go#L273: func (p *parser) calcHeight(re *Regexp, force bool) int {
		parse.go#L281: 		hsub := p.calcHeight(sub, false)